home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir31 / tnypla.zip / README < prev    next >
Text File  |  1994-04-06  |  2KB  |  45 lines

  1. README FILE
  2. ===========
  3.  
  4.     The people have been asking for a 32-bit Protected Mode MOD player for
  5. Watcom C/C++ and DOS/4GW Rational System DOS-Extender, and here is! :)
  6.     This player was coded in only three days so it is not fully optimized,
  7. only supports SB sound cards, and few effects are implemented.
  8.     Anyway, I am releasing these sources so other coders can learn from
  9. them and/or make a better programming job. Or simply for all those dudes
  10. that are searching for information about how to code assembler routines
  11. for Watcom C/C++ and DOS/4GW. :)
  12.  
  13.     These are the files included in the package:
  14.  
  15.         MODPLAY.ASM     - Tiny MOD Player ASM source
  16.         MODPLAY.H       - Tiny MOD Player C header file
  17.         TEST.C          - C Example program
  18.         MAKE.BAT        - Batch file to make the example
  19.         TEST.EXE        - DOS/4GW executable
  20.         TEST.MOD        - Example .MOD file
  21.         FILE_ID.DIZ     - BBS descriptions
  22.         README          - This file
  23.  
  24.     Notice that the C example source search for the TEST.MOD module file
  25. and plays at 22kHz using the SB configuration A220 I7 D1; you must change
  26. those parameters for your sound card. BTW, your must have the DOS4GW.EXE
  27. executable available to run the example program.
  28.  
  29.     The code was tested with TASM 4.0 and Watcom C/C++ 9.5 Compilers, and
  30. with a few 4 and 8 channels module files.
  31.  
  32.     For comments, bugs, suggestions, etc. contact me using the following
  33. Internet E-Mail address:
  34.  
  35.             Carlos Hasan (Pelusa)
  36.             chasan@araucaria.cec.uchile.cl
  37.  
  38.  
  39.     Eso eso todo, que lo disfruten!
  40.  
  41.  
  42.                                 April 6th, 1994. Santiago, Chile.
  43.  
  44.  
  45.